home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / assemblyinfo.vb < prev    next >
Encoding:
Text File  |  2004-01-04  |  1.0 KB  |  34 lines

  1. Imports System
  2. Imports System.Reflection
  3. Imports System.Runtime.InteropServices
  4. Imports System.Resources
  5.  
  6. ' General Information about an assembly is controlled through the following 
  7. ' set of attributes. Change these attribute values to modify the information
  8. ' associated with an assembly.
  9.  
  10. ' Review the values of the assembly attributes
  11.  
  12. <Assembly: AssemblyTitle("")> 
  13. <Assembly: AssemblyDescription("")> 
  14. <Assembly: AssemblyCompany("")> 
  15. <Assembly: AssemblyProduct("")> 
  16. <Assembly: AssemblyCopyright("")> 
  17. <Assembly: AssemblyTrademark("")> 
  18. <Assembly: CLSCompliant(True)> 
  19.  
  20. 'The following GUID is for the ID of the typelib if this project is exposed to COM
  21. <Assembly: Guid("F66012A1-CE76-44F7-9265-4FD634566EB1")> 
  22.  
  23. ' Version information for an assembly consists of the following four values:
  24. '
  25. '      Major Version
  26. '      Minor Version 
  27. '      Build Number
  28. '      Revision
  29. '
  30. ' You can specify all the values or you can default the Build and Revision Numbers 
  31. ' by using the '*' as shown below:
  32.  
  33. <Assembly: AssemblyVersion("1.0.*")> 
  34.